home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1999 April / macformat-075.iso / Shareware Plus / Applications / GEDitCOM 1.0.1 / GEDitCOM / GEDitCOM.rsrc / GeDF_13616_FAMS Editing < prev    next >
Encoding:
Text File  |  1999-01-08  |  422 b   |  39 lines

  1. ! marriage button
  2. 3dhrule
  3. newline
  4. hskip 10
  5. style button
  6. text Marriage Record
  7. link *valu
  8. justify center
  9. tabwidth 2
  10. border 3Dbutton
  11.  
  12. ! Spouse
  13. hskip 0
  14. tabwidth 1
  15. style static
  16. get *this.SEX
  17. if F
  18.   text Husband:
  19.   get *valu.HUSB
  20. else
  21.   text Wife:
  22.   get *valu.WIFE
  23. endif
  24. justify right
  25.  
  26. hskip 5
  27. style button
  28. font times
  29. size 12
  30. if validlink
  31.   text *it.NAME
  32.   link *it
  33.   blue
  34.   face underline
  35. else
  36.   text <unknown>
  37. endif
  38. width -1